The EA Qt LGPL distribution is simply a build of Qt 4.6.3 with a few minor changes:

    o Compiled with OpenSSL enabled.
    o Modified harfbuzz (text layout) to support Thai on Windows.
    o Compiled with different compiler options.
    o Compiled with the QWebKit from Qt 4.7.0 instead of the one from 4.6.3.

This folder contains copies of all the relevant open source licenses that are part of the EA Qt package. 

Qt: contains the following license file:
    o  License Qt.txt

WebKit (http://www.webkit.org) contains the original licenses described in the following files:
    o License WebKit BSD Apple.txt
    o License WebKit LGPL 2.0 Apple.txt
    o License WebKit LGPL 2.1 Apple.txt
    o License WebKit MPL.txt
    o License ICU.txt

This Qt distribution has dependencies on additonal third party libraries. 
The licenses for these packages are covered under the following documents:

    o License FreeType FLT.txt      -- Code for decoding font files.
    o License LibJPEG.txt           -- Code for decoding JPEG.
    o License LibPNG.txt            -- Code for decoding PNG.
    o License ZLib.txt              -- Code for compression.
    o License clucene.txt           -- Code for text searching.
    o License easing.txt            -- Code for making smooth graphics curves.
    o License harfbuzz.txt          -- Code for text layout.
    o License libmng.txt            -- Code for decoding animated PNG.
    o License libtiff.txt           -- Code for decoding TIFF.
    o License md4.txt               -- Code for encoding and decoding MD4 hashes.
    o License md5.txt               -- Code for encoding and decoding MD5 hashes.
    o License phonon.txt            -- Code for decoding multimedia.
    o License ptmalloc.txt          -- Code for implementing a memory heap.
    o License sha1.txt              -- Code for encoding and decoding sha1 hashes.
    o License sqllite.txt           -- Code for implementing the SQL lite API.
    o License wacomcfg.txt          -- Code for using wacom tablets.
    o License des.txt               -- Code for encoding and decoding Digital Encryption Standard.
    o License javascriptcore.txt    -- Code for interpreting javascript.
    o License pvr.txt               -- Code for doing power vr graphics.


